home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo *
- echo * This simple install procedure assumes that:
- echo *
- echo * Windows is installed on C:\windows.
- echo * Pkunzip is in your path.
- echo * You are in the directory you want it installed.
- echo * The .ZIP's are in the current directory.
- echo *
- echo * It does NOT take care of adding the icon to windows (.TXT)
- echo *
- echo * If any of these are not true hit Control-C to abort
- echo * and install manually according to (.TXT)
- echo *
- echo on
- pause
- pkunzip mswlogo
- del mswlogo.zip /p
- mkdir logolib
- cd logolib
- pkunzip ..\logolib
- cd ..
- del logolib.zip /p
- mkdir examples
- cd examples
- pkunzip ..\examples
- cd ..
- del examples.zip /p
- copy bwcc.dll c:\windows
- del bwcc.dll /p
- echo off
- echo *
- echo * To start Logo immediately enter "WIN LOGO" (or WIN LOGO30)
- echo * at the DOS prompt. See .TXT for creating an Icon for Logo.
- echo *
- echo on
-